/* @override http://www.malermeister-zilske.de/designs/malermeister_zilske/main.css */

@import url("../global_2.css");
/* Malermeister Zilske by eggynet */
@import url(http://fonts.googleapis.com/css?family=Varela+Round);

/* @group Global */

html,body {
	height: auto;
	}

body{
	font-family: Helvetia, Verdana, Arial;
	color: #404040;
	background-color: #4d8990;
	}

STRONG {
/* Alle Angaben Standard, bei Bedarf Farbe ändern*/	
	    }

h1 {
/* Alle Angaben Standard, bei Bedarf Farbe ändern*/		font-family: 'Varela Round', sans-serif;
	color: #365F64;
	font-size: 1.15em;
		
	}

h2  {
/* Alle Angaben Standard, bei Bedarf Farbe ändern*/		font-family: 'Varela Round', sans-serif;
	color: #365F64;
	margin-top: 10px;
	font-size: 0.99em;
	}
    
h3 {
/* Alle Angaben Standard, bei Bedarf Farbe ändern*/		font-family: 'Varela Round', sans-serif;
	color: #365F64;
	font-size: 0.9em;
    }
	    
h4, h5, h6 {
/* Alle Angaben Standard, bei Bedarf Farbe ändern*/		font-family: 'Varela Round', sans-serif;
	color: #365F64;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 0.85em;
    } 

a {
/* Farbangabe erforderlich, Standard lediglich text decoration:underline*/	
		color: #365F64;
		}

a:hover {
/* Standardangabe text-decoration:none*/	
	}	

  acronym
   {
   cursor: text;
   border: none;
	}
	
ol{
	list-style-type:decimal;
	margin:0 1.5em 1.5em 1.5em;
	}

/* @end */

/* @group Container */
#container {
	width: 60.63em;
	min-width: 900px;
	background-color: white;
	margin-top: 10px; /* Abstand Header */
	margin-bottom: 20px; /* Abstand Footer */
	/* CSS3 Effekt um Container: Rahmen und Schatten */
	border: 1px solid #BEBEBE;
	padding-top: 0px; /* Abstand zum Beginn Header - Änderungen in der Regel nicht erforderlich */
	padding-bottom: 0px; /* Abstand zum Abschluss Footer - Änderungen in der Regel nicht erforderlich */
	-moz-border-radius: 15px 15px 0px 0px;
-webkit-border-radius: 15px 15px 0px 0px;
border-radius: 15px 15px 0px 0px;
		}
	

/* @end */

/* @group Header */
#header {
	height: 151px; 
	border-bottom: 1px solid silver;
	background-color: white;
	width: 60.63em;
	min-width: 970px;
	margin: 0px 0 20px;
	-moz-border-radius: 15px 15px 0px 0px;
-webkit-border-radius: 15px 15px 0px 0px;
border-radius: 15px 15px 0px 0px;
z-index: 2;
}
#logo {
	/* Globale Standardangaben: Position:absolut und z-index: 9999
	Hier wird mit left und right die Logo Position bestimmt. Über den Entwickler-Modus kann eine gewünschte Datei hochgeladen werden.
	 */
	top:15px;
	left: 30px;
	}
		

#header_extra {
/* Hier lässt sich bei Bedarf ein Element platzieren. Dieses DIV befindet sich im DIV header
*/
	}
 
/* @end */

/* @group Kontaktformular */
/* Anpassung Schritgröße Kontaktformular, wenn Content Size kleiner als 1em */ 
#kontaktformular_box legend, .formbox3, #kontaktformular_box p {
	font-size: 0.81em;
	}
	
#kontaktformular_box {
	width: 98%;
    margin-top: 20px;
    }

/* @end */

/* @group Search Breadcrumb Box*/

#search_breadcrumb_box {
	width: 60.63em;
	min-width: 900px;
	left: 0;
	position: relative; /* wichtig für nachfolgend absolut positionierte Elemente */
	display: block;
	height: 25px; /* Standardeinstellung, Änderung über main */
	clear: both;
	margin-bottom: 20px;
	margin-top: 0px;
	}	

/* @end */

/* @group Search */
	/* Gesamte Search Box - Positionen festlegen absolut */	
#search {
	position: absolute;
	top: -3em;
	left: 18px; /* Position der Box: left oder right */
	display: block;
	font-size: 0.9em;
	background-color: white;
	z-index: 1000;
	}

/* Wrapper um Box sorgt für gleichmäßiges Padding und Border */	
#search .search-wrapper  {
	background-color: white;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	border: 1px solid #ececec;
	}
	
#search .search-wrapper:hover {
	border: 1px dashed #ececec;
	background-color: white;
	}
	* html #search .search-wrapper { /* Nur IE6 */
     width: 13em;
     margin-left: -4px;
  	}
	
#search legend{
	display: none;
	}
	
#search fieldset {
	border: none;
	}	
	
#search label {
	display: none;
	}
	
	/* Suchfeld */	
#search form.suchen input.text{
	}
	
	/* Button - individuelle Gestaltung */	
	#search form.suchen input.submit{
	}
	
	/* Suchfeld hover - individuelle Gestaltung */	
	#search form.suchen input.submit:hover{
	}	

/* @group Breadcrumb */
#breadcrumb  {
	left: 16.8em;
	font-size: 0.9em;
	/* bei Bedarf andere Farbe */
	}
		
/* @end */
/* @group Container Styleswitcher Warenkorb */

#styleswitcher_basket_box {
	display: block;
	width: 60.63em;
	min-width: 900px;
	height: 25px;
	}
	
#basket {
	font-size: 0.9em;
	display: block;
	padding-right: 0;
	padding-top: 5px;
	}	
	
/* Link zum Warenkorb mit Symbol */

.basket_1   {
color: #293644; 
	background: url(images/warenkorb.png) no-repeat left center;
	padding-left: 40px;
	height: 2.5em;
	float: left;
	color: #333;
	padding-top: 20px;
	}	

.basket_1 a  {
color: #293644;
}

.basket_2  {
	margin-left: 0.31em;
	float: left;
	padding-top: 20px;
	}	
	
/* @end */

/* @end */

/* @group Sidebar */
#sidebar {
background-color: white;
	}  
	
#sidebar_extra {
	/* Hier lässt sich bei Bedarf ein Element direkt unter der Navi platzieren
*/
	}
	
 /* @end */
 
/* @group Navi Left */
/* Formatierung für gesamten Navi_left Bereich (Breite!,Schriften, BG-Colors etc. */
ul#navi_left abbr
    {
    cursor: help;
   border: none;
 	 }

#navi_left {
	left: 0px; /* keine top-Angabe! Netscape! */
	text-align: left;
	border-bottom: 1px solid #E0DCB9;
	margin: 0;
	padding: 0;
	font-size: 0.88em;
	letter-spacing: 0.02em;
	}

/*	Formatierung für den gesamten UL Bereich der 1. Ebene */	
 ul#navi_left {
	font-weight: normal;
	}

* html ul#navi_left { /* Wichtig für Underline Navi gesamt im IE6 */
     width: 100%;
      }

/*	Formtierung für den einzelnen li Bereich der 1. Ebene, z.B. andere border Farbe, padding etc. */	
ul#navi_left a {
	display: block;
	margin: 0;
	line-height: normal;
	font-size: 0.9em;
	color: #365F64;
	border-top: 1px solid #E0DCB9;	
	text-decoration: none;
	padding: 4px 0 4px 25px;
	 -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  }

/*	wichtig für den IE (wirkt wie min-height) */
* html #navi_left a {
	height: 1em;
	}

ul#navi_left a:hover {
	color: black;
	background: #F7F7F7;
	 }

.current {
	color: black;
	background: #F7F7F7;
	 }

/*	2. Ebene */	
/*	Formatierung für den gesamten ul Bereich */	
ul#navi_left ul  { 	}
/*	Formtierung für den einzelnen li Bereich, z.B. andere border Farbe */	
ul#navi_left ul li { }			
/*	Formtierung für 
alle links der 2. Ebene */
ul#navi_left ul li a {
	border-top: 1px dashed #CCCCCC;
	color: #404040;
	}	
		
/*	Formtierung für 
alle hover der 2. Ebene */
ul#navi_left ul li a:hover {
	color: #191919;		}

* html ul#navi_left li { /* Korrekturen fuer IE 5.x */
/*width: 205px;*/
/*w\idth: 205px;*/
padding-left: 0;
padd\ing-left: 0;
float: left;
}

/* @end */

/* @group Content */
#content {
	width: auto;
	margin-left: 15em;
	text-align: left; 
	margin-top: 0;
	color: #333;
	margin-right: 20px;
		}

#contentinhalt{
	margin: 0 0 5em;
	}
	
#left {
	width: 30em;
	}
	
#right {
	width: 12.50em;
    }
#right .float1 {
border: none;
padding: 0;
    }

#content p, ol, kbd {
	font-size: 0.8em;
	line-height: 1.5em;
	}	
	
#content ul  {
	font-size: 0.8em;
	}	
		
.underline {
	border-top: 1px solid silver;
	}
	
#left img{
	max-width: 100%;
	}

.float1, .float2, .centerimage{
	padding: 4px;
	border: none;
	}
/* @end */

/* @group Seitenanfang Drucken Box */
#seitenanfang_drucken_box {
	/* Bei Bedarf Position ändern. Dieser DIV ist absolut im footer positioniert */
	right: 30px;
	top: -25px; 
	font-size: 0.8em;
	}

/* @end */

/* @group Footer */
#footer {
	width: 60.63em;
	min-width: 900px;
	height: 50px;
	color: #575757;
	border-top: 1px solid silver;
	background-color: white;
	}
	
	#footer p 	{
	color: #575757;
	padding-top: 12px;
	font-size: 0.82em;
	}
			
#footer a {
	color: #575757;
	}
	
#footer_extra {
	/* Hier lässt sich bei Bedarf ein Element platzieren. Dieses DIV ist im footer platziert und Standardmäßig mit display: none formatiert.
 */
	}	
	
#footer:before, #footer:after{  
        position: absolute;  
        width: 40%;  
        height: 10px;  
        content: ' ';  
        left: 12px;  
        bottom: 15px;  
        background: transparent;  
        -webkit-transform: skew(-5deg) rotate(-5deg);  
        -moz-transform: skew(-5deg) rotate(-5deg);  
        -ms-transform: skew(-5deg) rotate(-5deg);  
        -o-transform: skew(-5deg) rotate(-5deg);  
        transform: skew(-5deg) rotate(-5deg);  
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);  
        -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);  
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);  
        z-index: -1;  
   		 }  
   	 
#footer:after{  
        left: auto;  
        right: 12px;  
        -webkit-transform: skew(5deg) rotate(5deg);  
        -moz-transform: skew(5deg) rotate(5deg);  
        -ms-transform: skew(5deg) rotate(5deg);  
        -o-transform: skew(5deg) rotate(5deg);  
        transform: skew(5deg) rotate(5deg);  
            }  	
            
    /* @end */

/* @group social media */
/* Wie alle anderen Bereiche, lassen sich auch die social media Formatierungen komplett individuell gestalten, indem die global css Einstellungen hier aufgeführt werden (und die global css somit überschreiben) */	
/* @end */



	
